home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / SLIDE35.ZIP / SLIDE.DOC < prev    next >
Encoding:
Text File  |  1996-03-09  |  9.9 KB  |  245 lines

  1.          ┌▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄┐
  2.          ├▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐┤
  3.  ────────┤▌ G  A  M  E  K  E  E  P  E  R    D  O  O  R  W  A  R  E ▐├────────
  4.          ├▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐┤
  5.          ├▌▒▒▒▒▒▒▒▒▒  Quality BBS Door Software for Less!  ▒▒▒▒▒▒▒▒▐┤
  6.          ├▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐┤
  7.          └▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀┘
  8.  
  9.                        S L I D E   T O   I N S A N I T Y
  10.                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  11.                                  Version 3.5
  12.  
  13.                      Copyright (c) Steve Sharpe 1992,1996
  14.  
  15. SYSTEM REQUIREMENTS
  16. ~~~~~~~~~~~~~~~~~~~
  17. 1.  Any BBS capable of producing one of the following BBS system files:
  18.  
  19.    *  DOOR.SYS
  20.    *  PCBOARD.SYS
  21.    *  CALLINFO.BBS
  22.    *  DORINFOx.DEF
  23.  
  24. 2.  Slide to Insanity requires ANSI graphics!
  25.  
  26. SYSTEM OPTIONS
  27. ~~~~~~~~~~~~~~
  28. Slide to Insanity supports the use of FOSSIL drivers and non-standard port
  29. addresses.  Refer to the INSTALLATION instructions for more information.
  30.  
  31. FILES CONTAINED IN SLIDE35.ZIP
  32. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  33.      SLIDE35.EXE       <-- The main program
  34.      GAME.CFG          <-- Sample game configuration file
  35.      SLIDE.DOC         <-- The file you are reading!
  36.      DOORWARE.DOC      <-- Gamekeeper Doorware list
  37.      FILE_ID.DIZ       <-- File description
  38.  
  39. FILES CREATED BY SLIDE35.EXE
  40. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  41.      SLIDE.SCR         <-- High score file (only if puzzle is solved)
  42.  
  43. OVERVIEW
  44. ~~~~~~~~
  45. Slide to Insanity is a puzzle door modeled after various types of small hand
  46. puzzles.  The object of the game is to slide the puzzle pieces in as few moves
  47. as possible to relocate the piece marked with asterisks (*) from its starting
  48. location on the left center of the puzzle to the opposite location on the
  49. right center of the puzzle.  Slide to Insanity will record the score (total
  50. moves) of the player who completes the puzzle in the fewest moves!  Pieces are
  51. moved by selecting the letter or symbol on the piece, followed by the
  52. direction in which to move (left, right, up, or down).  On-line instructions
  53. are offered to players upon entry of the door.
  54.  
  55. Screen Redraw
  56. ~~~~~~~~~~~~~
  57. A screen redraw feature is provided.  Use this feature if telephone line noise
  58. causes erroneous characters to be displayed.
  59.  
  60. INSTALLATION
  61. ~~~~~~~~~~~~
  62. 1.  'Unzip' the file SLIDE35.ZIP into the directory of your choice.  All
  63. files must remain in the same directory.
  64.  
  65. 2.  Edit the game configuration file (GAME.CFG) according to the CONFIGURATION
  66. FILE section of these instructions using your favorite word processor.  Ensure
  67. you save it as an ASCII text file.
  68.  
  69. 3.  Create or edit the batch file your BBS will use to activate the door.
  70. The main door program name is SLIDE35.EXE.  For example, if you are running
  71. a Spitfire BBS, you would edit SF.BAT to look similar to the following:
  72.  
  73. :DOOR_A
  74.    REM Place Door A Commands Here
  75.    CD\SF\DOORS\SLIDE   <-- Change to the Slide to Insanity directory
  76.    SLIDE35 GAME.CFG    <-- The main program with configuration file argument
  77.    CD\SF               <-- Change back to the Spitfire directory
  78.    GOTO LOOP
  79.  
  80. Installation Notes
  81. ~~~~~~~~~~~~~~~~~~
  82. NON-STANDARD PORT USE:  You may specify the use of non-standard communications
  83. ports with the PORT command.  The syntax for the PORT command is PORT:03E8:5,
  84. where 03E8 represents a different base address and 5 indicates the IRQ.  For
  85. example, the main program line in the example above would be changed to
  86. SLIDE35 GAME.CFG PORT:03E8:5 to reflect the use of a non-standard comm port.
  87.  
  88. FOSSIL DRIVER USE:  You may specify the use of a FOSSIL driver with the PORT
  89. command added to the main program command line.  The syntax for the PORT
  90. command is PORT:F:P, where F instructs the door to use a FOSSIL driver and P
  91. identifies the port.  For example, the main program line in the example above
  92. would be changed to SLIDE35 GAME.CFG PORT:F:1 if the SysOp wished to specify
  93. a FOSSIL driver on port 1.
  94.  
  95. NOTE:  The PORT command must be the third command in the main program command
  96. line, if used.  If not used, the door defaults to the use of the 4 standard
  97. communications ports (1-4) by reading the BBS file.
  98.  
  99. CONFIGURATION FILE
  100. ~~~~~~~~~~~~~~~~~~
  101. Entries in the game configuration file must be accurate or the door cannot be
  102. expected to function properly.  Save changes to this file in ASCII text
  103. format.  A sample game configuration file is included with the door.  This
  104. configuration file can be named any valid DOS filename but the file structure
  105. must be preserved!  Edit the door configuration file according to the
  106. instructions below.  If you are running a multi-node BBS, simply make 1 copy
  107. of the GAME.CFG file for each node, give each file a unique name, and edit
  108. each file.
  109.  
  110. The GAME.CFG file
  111. ~~~~~~~~~~~~~~~~~
  112. Slide to Insanity           <-- Line 1  (See below)
  113. c:\sf\door.sys              <-- Line 2    "     "
  114. The Gamekeeper's Lair       <-- Line 3    "     "
  115. Steve Sharpe                <-- Line 4    "     "
  116. 000000000000                <-- Line 5    "     "
  117.  
  118. Line 1 - This line reflects the name of the door.  The registration algorithm
  119. is based on some of this data.  DO NOT CHANGE LINE 1!
  120.  
  121. Line 2 - Enter the full path and filename for the BBS system file.
  122.  
  123. Line 3 - Enter the name of your BBS.
  124.  
  125. Line 4 - Enter the SysOp's name.
  126.  
  127. Line 5 - Enter 12 zeros if the door is not registered.  Registered users enter
  128. the registration number provided by the author.  Other numbers will prevent
  129. the door from running.
  130.  
  131. SYSOP KEYS
  132. ~~~~~~~~~~
  133. The following keys assist the SysOp in the management of the door:
  134.  
  135.          F5 - Shell to DOS
  136.          F8 - Return user to system
  137.          F9 - Toggle display on/off
  138.         F10 - Chat mode (ESC to exit)
  139.       ALT H - Toggle between status lines
  140.  
  141. REGISTRATION
  142. ~~~~~~~~~~~~
  143. The registration fee for Slide to Insanity is $5.  The unregistered door
  144. displays "EVALUATION COPY" upon entry and exit.  Please register or remove the
  145. door within 90 days of first use.  As a BBS SysOp, I understand how costly it
  146. can be to register BBS software.  I have purposely kept the cost of
  147. registering Slide to Insanity to a minimum with that thought in mind.  I
  148. believe the fee is quite reasonable, based on the many long hours of
  149. programming required.  Upon receipt of the registration fee, you will be
  150. provided with a unique registration number.  Once you insert the registration
  151. number into the game configuration file, the opening and closing "EVALUATION
  152. COPY" messages will be replaced with the following messages:
  153.  
  154.   [OPENING MESSAGE]
  155.  
  156.                                 Your BBS name
  157.  
  158.                                   presents
  159.  
  160.   [CLOSING MESSAGE]
  161.  
  162.                              Thanks for playing
  163.  
  164.                              Slide to Insanity
  165.  
  166.                                      on
  167.  
  168.                                Your BBS name
  169.  
  170. COMMENTS/BUG REPORTS
  171. ~~~~~~~~~~~~~~~~~~~~
  172. I'm interested in all user comments and bug reports.  Please send your 
  173. comments to:
  174.  
  175.      MAILING ADDRESS:  Steve Sharpe
  176.                        1835 Stonetree Dr.
  177.                        Mountain Home, ID 83647
  178.  
  179.      E-MAIL ADDRESS:   ssharpe@micron.net
  180.  
  181. WARRANTY
  182. ~~~~~~~~
  183. This program has been thoroughly tested on a Spitfire BBS, however, it 
  184. should perform equally well on any BBS that can produce a BBS drop file 
  185. listed in this documentation.
  186.  
  187. I make no warranty of any kind, express or implied, including without 
  188. limitation, any warranties of merchantability and/or fitness for a particular 
  189. purpose.  I shall not be held liable for any  damages, whether direct, 
  190. indirect, special or consequential arising from a failure  of this program to 
  191. operate in the manner desired by the user.  I shall not be held liable for 
  192. any damage to data or property which may be caused directly or indirectly by 
  193. the use of this program.
  194.  
  195. In no event will I be held liable for any damages, including (but not limited 
  196. to) any lost profits, lost savings or other incidental or consequential 
  197. damages arising out of the use or inability to use this program, or for any 
  198. claim by any other party.
  199.  
  200. This warranty is governed by the laws of the State of Idaho.
  201.  
  202.  
  203.                               REGISTRATION FORM
  204.                               -----------------
  205.  
  206.   Slide to Insanity                Return to:  Steve Sharpe
  207.   Version 3.5                                  ATTN: Door Registration
  208.   Registration Cost: $5                        1835 Stonetree Dr.
  209.                                                Mountain Home, ID 83647
  210.  
  211.   (Choose one option) I want my registration number sent:
  212.  
  213.        ___  to the address listed below.
  214.  
  215.        ___  to this e-mail address -> _______________________________
  216.  
  217.  
  218.   Name ______________________________________________________________
  219.  
  220.   Address ___________________________________________________________
  221.  
  222.           ___________________________________________________________
  223.  
  224.   Voice Phone:_______________________ Data Phone:____________________
  225.  
  226.   Enter the information below exactly as it appears in the game
  227.   configuration file:
  228.  
  229.   BBS Name______________________________________________
  230.  
  231.   SysOp Name____________________________________________
  232.  
  233.   Orders outside the USA add $3.00 . . . . . . . . . . . . _________
  234.  
  235.   I have enclosed a money order for USA $_________ payable to Steve Sharpe.  
  236.   This shows my support of Shareware products and the Shareware concept.  
  237.   It also shows my encouragement to help further the development of
  238.   BBS doors.  NO PERSONAL CHECKS, PLEASE.  I've been stung too many times!
  239.  
  240.   I understand that Slide to Insanity is provided as-is and no warranties of 
  241.   any kind, expressed or otherwise, are included and that I am using it at
  242.   my own risk.
  243.  
  244.   Signed: _________________________________________  Date: _________
  245.